AlignCube
class fisspy.read.read_factory.AlignCube(fname)
Description: Read align cube.Parameters
- fname (str) - File name of the align cube.
Returns
- Read align cube object
Examples
Read align cube
ViewAttributes Summary
Attributes | Description |
---|---|
data | Data array. |
time | Time array in the unit of second. |
dt | Averaged time cadence. |
dx | Pixel scale in the step direction. |
dy | Pixel scale in the slit direction. |
Methods Summary
Methods | Description |
---|---|
imshow(**kwargs) | Show the align data and make Time-Distance map. |
Methods Documentation
imshow(**kwargs)
Description: Show align data and make Time-Distance map.Parameters
- **kwargs - fisspy.analysis.makeTDmap properties
Returns
- None